home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 98 / CD-ROM 98.iso / infantil / tuxmath / tuxmath-2001.09.07-win32-installer.exe / src / playsound.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-08-29  |  359 b   |  24 lines

  1. /*
  2.   playsound.h
  3.  
  4.   For TuxMath
  5.   Plays a sound (if sound support is enabled)
  6.  
  7.   by Bill Kendrick
  8.   bill@newbreedsoftware.com
  9.   http://www.newbreedsoftware.com/
  10.  
  11.   Part of "Tux4Kids" Project
  12.   http://www.tux4kids.org/
  13.   
  14.   August 28, 2001 - August 28, 2001
  15. */
  16.  
  17.  
  18. #ifndef PLAYSOUND_H
  19. #define PLAYSOUND_H
  20.  
  21. void playsound(int snd);
  22.  
  23. #endif
  24.